home *** CD-ROM | disk | FTP | other *** search
- # Copyright 1999-2005 Gentoo Foundation
- # Distributed under the terms of the GNU General Public License v2
- # $Header: /var/cvsroot/gentoo-x86/dev-db/edb/edb-9999.ebuild,v 1.5 2005/06/30 22:26:48 vapier Exp $
-
- ECVS_MODULE="e17/libs/edb"
- inherit enlightenment flag-o-matic
-
- DESCRIPTION="Enlightenment Data Base"
- HOMEPAGE="http://www.enlightenment.org/Libraries/Edb/"
-
- IUSE="gtk ncurses"
-
- DEPEND="gtk? ( =x11-libs/gtk+-1* )
- ncurses? ( sys-libs/ncurses )"
-
- src_compile() {
- export MY_ECONF="
- --enable-compat185
- --enable-dump185
- $(use_enable gtk)
- $(use_enable ncurses)
- "
- use ppc && filter-lfs-flags
- enlightenment_src_compile
- }
-